﻿2026-09-18T11:32:44.7005956Z ##[group]Run actions/checkout@v5
2026-09-18T11:32:44.7006716Z with:
2026-09-18T11:32:44.7007101Z   repository: BigscreenVR/spt-bs-core
2026-09-18T11:32:44.7010256Z   token: ***
2026-09-18T11:32:44.7010622Z   ssh-strict: true
2026-09-18T11:32:44.7010979Z   ssh-user: git
2026-09-18T11:32:44.7011350Z   persist-credentials: true
2026-09-18T11:32:44.7011770Z   clean: true
2026-09-18T11:32:44.7012143Z   sparse-checkout-cone-mode: true
2026-09-18T11:32:44.7012566Z   fetch-depth: 1
2026-09-18T11:32:44.7012914Z   fetch-tags: false
2026-09-18T11:32:44.7013273Z   show-progress: true
2026-09-18T11:32:44.7013630Z   lfs: false
2026-09-18T11:32:44.7013959Z   submodules: false
2026-09-18T11:32:44.7014322Z   set-safe-directory: true
2026-09-18T11:32:44.7014728Z   allow-unsafe-pr-checkout: false
2026-09-18T11:32:44.7015353Z ##[endgroup]
2026-09-18T11:32:44.7857452Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-18T11:32:44.7859018Z ##[group]Getting Git version info
2026-09-18T11:32:44.7859943Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-18T11:32:44.7861065Z [command]/usr/bin/git version
2026-09-18T11:32:44.7861704Z git version 2.43.0
2026-09-18T11:32:44.7863097Z ##[endgroup]
2026-09-18T11:32:44.7870136Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e36e400f-3cd3-4c5e-9f55-511b8a088dee/.gitconfig'
2026-09-18T11:32:44.7876804Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e36e400f-3cd3-4c5e-9f55-511b8a088dee' before making global git config changes
2026-09-18T11:32:44.7877986Z Adding repository directory to the temporary git global config as a safe directory
2026-09-18T11:32:44.7880015Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-18T11:32:44.7911250Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-18T11:32:44.7930277Z https://github.com/BigscreenVR/spt-bs-core
2026-09-18T11:32:44.7940317Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-18T11:32:44.7942989Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-18T11:32:44.7964525Z refs/heads/main
2026-09-18T11:32:44.7972136Z [command]/usr/bin/git checkout --detach
2026-09-18T11:32:44.8616090Z HEAD is now at 71165e3540 fix: guard CLI UNBOUND publication through broker spawn
2026-09-18T11:32:44.8668390Z [command]/usr/bin/git branch --delete --force main
2026-09-18T11:32:44.8717147Z Deleted branch main (was 71165e3540).
2026-09-18T11:32:45.0189160Z ##[endgroup]
2026-09-18T11:32:45.0193526Z [command]/usr/bin/git submodule status
2026-09-18T11:32:45.0387276Z ##[group]Cleaning the repository
2026-09-18T11:32:45.0390750Z [command]/usr/bin/git clean -ffdx
2026-09-18T11:32:49.8768401Z Removing target/
2026-09-18T11:32:49.8777897Z [command]/usr/bin/git reset --hard HEAD
2026-09-18T11:32:49.8956860Z HEAD is now at 71165e3540 fix: guard CLI UNBOUND publication through broker spawn
2026-09-18T11:32:49.8962838Z ##[endgroup]
2026-09-18T11:32:49.8964307Z ##[group]Disabling automatic garbage collection
2026-09-18T11:32:49.8967167Z [command]/usr/bin/git config --local gc.auto 0
2026-09-18T11:32:49.8989442Z ##[endgroup]
2026-09-18T11:32:49.8989990Z ##[group]Setting up auth
2026-09-18T11:32:49.8994665Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-18T11:32:49.9019381Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-18T11:32:49.9209545Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-18T11:32:49.9233079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-18T11:32:49.9448465Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-18T11:32:49.9476992Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-18T11:32:49.9666745Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-18T11:32:49.9697384Z ##[endgroup]
2026-09-18T11:32:49.9698002Z ##[group]Fetching the repository
2026-09-18T11:32:49.9704308Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +71165e3540295d7b7b9af98d6e1a06163261b0cc:refs/remotes/origin/main
2026-09-18T11:32:50.5478495Z ##[endgroup]
2026-09-18T11:32:50.5479672Z ##[group]Determining the checkout info
2026-09-18T11:32:50.5480321Z ##[endgroup]
2026-09-18T11:32:50.5483482Z [command]/usr/bin/git sparse-checkout disable
2026-09-18T11:32:50.5524579Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-18T11:32:50.5547434Z ##[group]Checking out the ref
2026-09-18T11:32:50.5549653Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-18T11:32:50.5623146Z Switched to a new branch 'main'
2026-09-18T11:32:50.5623616Z branch 'main' set up to track 'origin/main'.
2026-09-18T11:32:50.5630089Z ##[endgroup]
2026-09-18T11:32:50.5673211Z [command]/usr/bin/git log -1 --format=%H
2026-09-18T11:32:50.5704048Z 71165e3540295d7b7b9af98d6e1a06163261b0cc
